Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CUDA base images #1163

Closed
wants to merge 2 commits into from
Closed

Update CUDA base images #1163

wants to merge 2 commits into from

Conversation

mattt
Copy link
Contributor

@mattt mattt commented Jul 3, 2023

Related to #1162

Nvidia recently unpublished some tagged images from Docker Hub, which is breaking cog build for some users.

This PR regenerates the list of available CUDA images to ensure that missing images like 11.2.1-cudnn8-devel-ubuntu20.04 aren't requested.

Copy link
Member

@bfirsh bfirsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, nvidia, this has broken a bunch of times before.

I suppose this means CUDA 8-10 is not supported in Cog any longer? We should probably note that in the release notes.

.PHONY: compatibility-matrices
compatibility-matrices:
$(GO) run tools/generate_compatibility_matrices/main.go

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make generate does this I think?

Copy link
Contributor Author

@mattt mattt Jul 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good callout. Dropped in #1170

@zeke
Copy link
Member

zeke commented Jul 3, 2023

Nvidia recently unpublished some tagged images from Docker Hub

Do we know why?

Edit: https://gitlab.com/nvidia/container-images/cuda/-/blob/master/doc/support-policy.md, https://gitlab.com/nvidia/container-images/cuda/-/issues/209

@mattt
Copy link
Contributor Author

mattt commented Jul 4, 2023

Superseded by #1170

@mattt mattt closed this Jul 4, 2023
@mattt mattt deleted the mattt/update-cuda-base-images branch July 31, 2023 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants